You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Units Namespace > Classes > MtxExpr Class > MtxExpr Methods > LDivide Method > MtxExpr.LDivide Method ([In] TMtx, [In] TMtx)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
MtxExpr.LDivide Method ([In] TMtx, [In] TMtx)

Left divide Left with Right (matrix division) returning Matrix type result.

Syntax
C#
Visual Basic
public static Matrix LDivide([In] TMtx Left, [In] TMtx Right);

Internally calls Matrix.LUSolve

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!